I would to change the color of the text to distinguish them from ordinary text, but the only mode to do this is edit the Rich Text and to change the format. |
Re: color of the text This can be done using column properties. Have a look at the DOORS Help --> Index --> Color-coding data. Hope this helps Mike |
Re: color of the text SystemAdmin - Fri Mar 23 06:27:51 EDT 2012 You define the attr-type "IsReq" enumerations such that "true" is associated with red, and "false" is associated with black. You display the main column, and in its properties tell it to use color as per the IsReq attribute. -Louie |